Adding some more judges, here and there.
[and.git] / COCI / 2010-2011 / Contest #1 - 22.10.2010 / ples / gen.rb
bloba53421bedcbfe01a66cf12bc242cb0220442cd0d
1 # n = 100_000
2 # puts n
3
4 # puts n.times.map { (rand(2500 - 1500) + 1500) * (rand(2) == 0 ? -1 : +1) }.join(" ")
5 # puts n.times.map { (rand(2500 - 1500) + 1500) * (rand(2) == 0 ? -1 : +1) }.join(" ")
7 n = 2002
8 puts n
10 puts n.times.map { (rand(2500 - 1500) + 1500) * (rand(2) == 0 ? -1 : +1) }.join(" ")
11 puts n.times.map { (rand(2500 - 1500) + 1500) * (rand(2) == 0 ? -1 : +1) }.join(" ")